ocr: Name Description CHARTOROWID Converts a string to a ROWID, which is an Oracle-specifie row identifier. CONVERT Converts a string from one character set to another. HEXTORAW Converts from hexadecimal to raw format. RAWTOHEX Converts from raw value to hexadecimal, ROWIDIOCHAR Converts a binary ROWID value to a character string. TO_ CHAR Converts a number or date to a string. You can also provide a tormat mask to determine the format of the data as a string. TO DATE Converts a string to a date. You can also provide a format mask to inform TO DATE of the format of the data as a string, so that it ...